Local Module Config Or Builder
Properties
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.ambientLightingOrNull: ModuleConfigProtos.ModuleConfig.AmbientLightingConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.ambientLightingOrNull: ModuleConfigProtos.ModuleConfig.AmbientLightingConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.audioOrNull: ModuleConfigProtos.ModuleConfig.AudioConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.audioOrNull: ModuleConfigProtos.ModuleConfig.AudioConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.cannedMessageOrNull: ModuleConfigProtos.ModuleConfig.CannedMessageConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.cannedMessageOrNull: ModuleConfigProtos.ModuleConfig.CannedMessageConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.detectionSensorOrNull: ModuleConfigProtos.ModuleConfig.DetectionSensorConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.detectionSensorOrNull: ModuleConfigProtos.ModuleConfig.DetectionSensorConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.externalNotificationOrNull: ModuleConfigProtos.ModuleConfig.ExternalNotificationConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.externalNotificationOrNull: ModuleConfigProtos.ModuleConfig.ExternalNotificationConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.mqttOrNull: ModuleConfigProtos.ModuleConfig.MQTTConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.mqttOrNull: ModuleConfigProtos.ModuleConfig.MQTTConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.neighborInfoOrNull: ModuleConfigProtos.ModuleConfig.NeighborInfoConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.neighborInfoOrNull: ModuleConfigProtos.ModuleConfig.NeighborInfoConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.paxcounterOrNull: ModuleConfigProtos.ModuleConfig.PaxcounterConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.paxcounterOrNull: ModuleConfigProtos.ModuleConfig.PaxcounterConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.rangeTestOrNull: ModuleConfigProtos.ModuleConfig.RangeTestConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.rangeTestOrNull: ModuleConfigProtos.ModuleConfig.RangeTestConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.remoteHardwareOrNull: ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.remoteHardwareOrNull: ModuleConfigProtos.ModuleConfig.RemoteHardwareConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.serialOrNull: ModuleConfigProtos.ModuleConfig.SerialConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.serialOrNull: ModuleConfigProtos.ModuleConfig.SerialConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.storeForwardOrNull: ModuleConfigProtos.ModuleConfig.StoreForwardConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.storeForwardOrNull: ModuleConfigProtos.ModuleConfig.StoreForwardConfig?
Link copied to clipboard
val LocalOnlyProtos.LocalModuleConfigOrBuilder.telemetryOrNull: ModuleConfigProtos.ModuleConfig.TelemetryConfig?
val LocalOnlyProtos.LocalModuleConfigOrBuilder.telemetryOrNull: ModuleConfigProtos.ModuleConfig.TelemetryConfig?
Functions
Link copied to clipboard
The part of the config that is specific to the Ambient Lighting module
Content copied to clipboard
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard
abstract fun getAmbientLightingOrBuilder(): ModuleConfigProtos.ModuleConfig.AmbientLightingConfigOrBuilder
The part of the config that is specific to the Ambient Lighting module
Content copied to clipboard
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard
The part of the config that is specific to the Audio module
Content copied to clipboard
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard
The part of the config that is specific to the Audio module
Content copied to clipboard
.meshtastic.ModuleConfig.AudioConfig audio = 9;
Link copied to clipboard
The part of the config that is specific to the Canned Message module
Content copied to clipboard
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard
abstract fun getCannedMessageOrBuilder(): ModuleConfigProtos.ModuleConfig.CannedMessageConfigOrBuilder
The part of the config that is specific to the Canned Message module
Content copied to clipboard
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard
The part of the config that is specific to the Detection Sensor module
Content copied to clipboard
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard
abstract fun getDetectionSensorOrBuilder(): ModuleConfigProtos.ModuleConfig.DetectionSensorConfigOrBuilder
The part of the config that is specific to the Detection Sensor module
Content copied to clipboard
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard
The part of the config that is specific to the ExternalNotification module
Content copied to clipboard
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard
abstract fun getExternalNotificationOrBuilder(): ModuleConfigProtos.ModuleConfig.ExternalNotificationConfigOrBuilder
The part of the config that is specific to the ExternalNotification module
Content copied to clipboard
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard
The part of the config that is specific to the MQTT module
Content copied to clipboard
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard
The part of the config that is specific to the MQTT module
Content copied to clipboard
.meshtastic.ModuleConfig.MQTTConfig mqtt = 1;
Link copied to clipboard
The part of the config that is specific to the Neighbor Info module
Content copied to clipboard
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard
abstract fun getNeighborInfoOrBuilder(): ModuleConfigProtos.ModuleConfig.NeighborInfoConfigOrBuilder
The part of the config that is specific to the Neighbor Info module
Content copied to clipboard
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard
Paxcounter Config
Content copied to clipboard
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard
Paxcounter Config
Content copied to clipboard
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard
The part of the config that is specific to the RangeTest module
Content copied to clipboard
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard
The part of the config that is specific to the RangeTest module
Content copied to clipboard
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard
The part of the config that is specific to the Remote Hardware module
Content copied to clipboard
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard
abstract fun getRemoteHardwareOrBuilder(): ModuleConfigProtos.ModuleConfig.RemoteHardwareConfigOrBuilder
The part of the config that is specific to the Remote Hardware module
Content copied to clipboard
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard
The part of the config that is specific to the Serial module
Content copied to clipboard
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard
The part of the config that is specific to the Serial module
Content copied to clipboard
.meshtastic.ModuleConfig.SerialConfig serial = 2;
Link copied to clipboard
The part of the config that is specific to the Store & Forward module
Content copied to clipboard
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard
abstract fun getStoreForwardOrBuilder(): ModuleConfigProtos.ModuleConfig.StoreForwardConfigOrBuilder
The part of the config that is specific to the Store & Forward module
Content copied to clipboard
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard
The part of the config that is specific to the Telemetry module
Content copied to clipboard
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard
The part of the config that is specific to the Telemetry module
Content copied to clipboard
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;
Link copied to clipboard
A version integer used to invalidate old save files when we make
incompatible changes This integer is set at build time and is private to
NodeDB.cpp in the device code.
Content copied to clipboard
uint32 version = 8;
Link copied to clipboard
The part of the config that is specific to the Ambient Lighting module
Content copied to clipboard
.meshtastic.ModuleConfig.AmbientLightingConfig ambient_lighting = 12;
Link copied to clipboard
The part of the config that is specific to the Canned Message module
Content copied to clipboard
.meshtastic.ModuleConfig.CannedMessageConfig canned_message = 7;
Link copied to clipboard
The part of the config that is specific to the Detection Sensor module
Content copied to clipboard
.meshtastic.ModuleConfig.DetectionSensorConfig detection_sensor = 13;
Link copied to clipboard
The part of the config that is specific to the ExternalNotification module
Content copied to clipboard
.meshtastic.ModuleConfig.ExternalNotificationConfig external_notification = 3;
Link copied to clipboard
The part of the config that is specific to the Neighbor Info module
Content copied to clipboard
.meshtastic.ModuleConfig.NeighborInfoConfig neighbor_info = 11;
Link copied to clipboard
Paxcounter Config
Content copied to clipboard
.meshtastic.ModuleConfig.PaxcounterConfig paxcounter = 14;
Link copied to clipboard
The part of the config that is specific to the RangeTest module
Content copied to clipboard
.meshtastic.ModuleConfig.RangeTestConfig range_test = 5;
Link copied to clipboard
The part of the config that is specific to the Remote Hardware module
Content copied to clipboard
.meshtastic.ModuleConfig.RemoteHardwareConfig remote_hardware = 10;
Link copied to clipboard
The part of the config that is specific to the Store & Forward module
Content copied to clipboard
.meshtastic.ModuleConfig.StoreForwardConfig store_forward = 4;
Link copied to clipboard
The part of the config that is specific to the Telemetry module
Content copied to clipboard
.meshtastic.ModuleConfig.TelemetryConfig telemetry = 6;